/*
 * @Author: Tiamo.
 * @email: 1419350157@qq.com
 * @Date: 2020-06-10 15:14:34
 * @LastEditTime: 2020-06-11 11:00:58
 * @FilePath: \前端d:\竹鹿-项目\绿岛官网\前端\css\footer.less
 */
/*@Tiamo.*/
/*@email:1419350157@qq.com*/
/*@竹鹿科技*/
footer {
  background-color: #222222;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.6);
}
footer .top {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
footer .top .left .logo {
  margin-bottom: 0.2rem;
  display: block;
  width: 3rem;
}
footer .top .left p {
  margin-bottom: 0.1rem;
}
footer .top .left p:last-child {
  margin-bottom: 0;
}
footer .top .right .r-item {
  margin-right: 1.9rem;
}
footer .top .right .r-item .title {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.2rem;
}
footer .top .right .r-item .item-box .item {
  margin-bottom: 0.1rem;
  display: block;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
}
footer .top .right .r-item .item-box .item:hover {
  transform: translateX(0.02rem);
  color: #009845;
}
footer .top .right .r-item .item-box .item:last-child {
  margin-bottom: 0;
}
footer .top .right .r-item:last-child {
  margin-right: 0;
}
footer .bottom {
  font-size: 0.12rem;
  padding: 0.3rem 0;
}
footer .bottom a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
}
footer .bottom a:hover {
  color: #009845;
}
